home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8122 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.2 KB

  1. Path: news.cstone.net!usenet
  2. From: scottv@cstone.net (Scott)
  3. Newsgroups: comp.lang.basic.visual.misc,comp.lang.pascal.delphi.misc,comp.lang.c++
  4. Subject: Re: "SHOULD I DUMP VISUAL BASIC?"
  5. Date: 14 Feb 1996 23:27:43 GMT
  6. Organization: Cornerstone Networks - Pure Internet!
  7. Message-ID: <4ftr5f$jg7@dot.cstone.net>
  8. References: <4e9g08$3dp@maureen.teleport.com> <4e9oji$me5@news-2.csn.net> <4ebko9$8tn@hasle.sn.no> <4egdqm$app@shore.shore.net> <4eiogb$cas@hasle.sn.no> <310CFB3E.114B@mail.inett.no> <4etkm5$n3p@newshost.cyberramp.net> <4etn2k$ho4@vixen.cso.uiuc.edu> <4f3hi7$390e@news-s01.ny.us.ibm.net> <4f6mi5$qts@news-s01.ny.us.ibm.net> <Pine.SOL.3.91.960206154930.13139C-100000@shiva.hunter.cuny.edu> <4fajo6$4b1@hasle.sn.no> <4fbkh0$8au@news4.digex.net>
  9. NNTP-Posting-Host: dialin14.cstone.net
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-Newsreader: WinVN 0.99.7
  13.  
  14. In article <4fbkh0$8au@news4.digex.net>, ell@access1.digex.net says...
  15. >
  16. >I find Visual Basic to be a nice complement to my C++ tools, as I'm sure
  17. >Delphi and similar are.  Admittedly Delphi can "put the pedal to the
  18. >metal" somewhat more than VB. 
  19. >
  20. >Elliott
  21.  
  22. I agree with Elliott, Microsoft has really place Visual Basic as a wonderfull 
  23. interface developement language with great qualities of mixed language 
  24. developement features.  VB can integrate with C++ through DLLs, OLE, and OLE 
  25. custom controls.  (leak/rumor) That version 5 will support true compiling to 
  26. machine code not pcode.
  27. Remember that software developement is big task which includes the pain 
  28. stacking customization of the interface ... C++ does not allow for easy and 
  29. fast customizing of interfaces that enviroments like Delpi and VB support.
  30. A misunderstood fact about pcode in VB is that it must be so slow because 
  31. each instruction must be interpretted.  One statement in VB may be the 
  32. equivalent of 100 statements in C++ ... the overhead of interpreting the one 
  33. statement per 100 c++ instructions is pretty minimal for the flexibility and 
  34. simplicity gained by the language.  A VB program is as good as the programmer 
  35. ... unload processing onto APIs and controls that are written in C/C++/ASM.
  36.  
  37. We are putting the finishing touches on a training package that currently has 
  38. full screen full motion video.  The video contains actors that can be touched 
  39. using a touch screen or a mouse - these movie real life actors are tracked 
  40. dynamically to determine who got touched.  The program simulates a party at 
  41. the ambassadors party in paris where you can interact with people in real 
  42. time.  The entire program is based in Visual Basic attached to an Access 2.0 
  43. database using a handful of VBX controls.  you would never think that Visual 
  44. Basic was used to develope the package ... and the time saving was unreal 
  45. compared to full developement in C++.
  46.  
  47. The software is called Tuning In! developed by Motivational Concepts, Inc. 
  48. used in Tuning In! training sponsored by Chamber of Commerces across the 
  49. nation.
  50.  
  51. This is not comparison to go to VB over C++, but never underestimate the 
  52. power of a software package...Use the right tool for the right job.  Which in 
  53. many cases is several packages for mixed language developement.
  54.  
  55.     N. Scott Vann
  56.     Motivational Concepts, Inc.
  57.     Software Engineering/Multimedia Training Systems
  58.  
  59. Good luck to everyone...
  60.  
  61.